summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-10-12 04:42:20 +0200
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-10-12 04:42:20 +0200
commit0b4d3a5e73383735a7fc928955bd307105fe590b (patch)
tree4f3ccd27f857afc62d72618decdf12bf3a89343b
parentUpdated 12. Appendix (markdown) (diff)
downloadkrakensdr_docs.wiki-0b4d3a5e73383735a7fc928955bd307105fe590b.tar
krakensdr_docs.wiki-0b4d3a5e73383735a7fc928955bd307105fe590b.tar.gz
krakensdr_docs.wiki-0b4d3a5e73383735a7fc928955bd307105fe590b.tar.bz2
krakensdr_docs.wiki-0b4d3a5e73383735a7fc928955bd307105fe590b.tar.lz
krakensdr_docs.wiki-0b4d3a5e73383735a7fc928955bd307105fe590b.tar.xz
krakensdr_docs.wiki-0b4d3a5e73383735a7fc928955bd307105fe590b.tar.zst
krakensdr_docs.wiki-0b4d3a5e73383735a7fc928955bd307105fe590b.zip
-rw-r--r--07.-KrakenSDR-Troubleshooting.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/07.-KrakenSDR-Troubleshooting.md b/07.-KrakenSDR-Troubleshooting.md
index 1356d66..753ee7e 100644
--- a/07.-KrakenSDR-Troubleshooting.md
+++ b/07.-KrakenSDR-Troubleshooting.md
@@ -40,10 +40,10 @@ You can log into an SSH terminal by using any Terminal software (eg. PuTTY), and
Alternatively, just connect an HDMI screen and keyboard, and the terminal will automatically login on boot. Note that there is no GUI, the OS is terminal only.
-### Enable Logging
-If you have installed the software from scratch, and suspect some issue with missing packages or similar you can enable error logging to try and diagnose the problem. Edit the daq_chain_config.ini text file with `nano ~/krakensdr_doa/heimdall_daq_fw/Firmware/daq_chain_config.ini`, and change `log_level = 2`. Log files will be written to krakensdr_doa/heimdall_daq_fw/Firmware/logs.
+### View and Enable Logging
+If you have installed the software from scratch, and suspect some issue with missing packages or similar you can enable error logging to try and diagnose the problem. Edit the daq_chain_config.ini text file with `nano ~/krakensdr_doa/heimdall_daq_fw/Firmware/daq_chain_config.ini`, and change `log_level = 2`. Log files will be written to `krakensdr_doa/heimdall_daq_fw/Firmware/logs`.
-Also, you can enable logging on the DOA DSP software by editing the settings.json text file `nano ~/krakensdr_doa/krakensdr_doa/settings.json` and setting `logging_level = 2`.
+Also, you can enable logging on the DOA DSP software by editing the settings.json text file `nano ~/krakensdr_doa/krakensdr_doa/settings.json` and setting `logging_level = 2`. The DOA DSP logs will be written to `~/krakensdr_doa/krakensdr_doa/ui.log`.
Remember to turn logging off again by setting the logging levels to 5 after the issue is fixed, to avoid a large log file growing on the SD card.